home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Text Processing / rtftohtml 2.5ƒ / ansi-gen next >
Text File  |  1993-11-10  |  3KB  |  214 lines

  1. # RTF ANSI character set (\ansi) general map
  2. # These are taken from the ISO-Latin-1 (ISO-8859-1) encodings, with
  3. # a few additions
  4.  
  5. # Field 1 is the standard character name which the character value in
  6. # field 2 maps onto.  (It doesn't mean "to produce the character in field 1,
  7. # use the value in field 2.)
  8.  
  9. # The character value may be given either as a single character (which will be
  10. # converted to the ASCII value of the character), or in numeric format, either
  11. # in decimal or 0xyy as hex yy.  Single or double quotes may be used to quote
  12. # characters.
  13.  
  14. # characters in ASCII range (00-127)
  15.  
  16. formula        0x06
  17. nobrkhyphen    0x1e
  18. opthyphen    0x1f
  19.  
  20. space        " "
  21. exclam        !
  22. quotedbl    '"'
  23. numbersign    #
  24. dollar        $
  25. percent        %
  26. ampersand    &
  27. quoteright    "'"
  28. parenleft    (
  29. parenright    )
  30. asterisk    *
  31. plus        +
  32. comma        ,
  33. hyphen        -
  34. period        .
  35. slash        /
  36. zero        0
  37. one        1
  38. two        2
  39. three        3
  40. four        4
  41. five        5
  42. six        6
  43. seven        7
  44. eight        8
  45. nine        9
  46. colon        :
  47. semicolon    ;
  48. less        <
  49. equal        =
  50. greater        >
  51. question    ?
  52. at        @
  53. A        A
  54. B        B
  55. C        C
  56. D        D
  57. E        E
  58. F        F
  59. G        G
  60. H        H
  61. I        I
  62. J        J
  63. K        K
  64. L        L
  65. M        M
  66. N        N
  67. O        O
  68. P        P
  69. Q        Q
  70. R        R
  71. S        S
  72. T        T
  73. U        U
  74. V        V
  75. W        W
  76. X        X
  77. Y        Y
  78. Z        Z
  79. bracketleft    [
  80. backslash    \
  81. bracketright    ]
  82. asciicircum    ^
  83. underscore    _
  84. quoteleft    "`"
  85. a        a
  86. b        b
  87. c        c
  88. d        d
  89. e        e
  90. f        f
  91. g        g
  92. h        h
  93. i        i
  94. j        j
  95. k        k
  96. l        l
  97. m        m
  98. n        n
  99. o        o
  100. p        p
  101. q        q
  102. r        r
  103. s        s
  104. t        t
  105. u        u
  106. v        v
  107. w        w
  108. x        x
  109. y        y
  110. z        z
  111. braceleft    {
  112. bar        |
  113. braceright    }
  114. asciitilde    ~
  115.  
  116. # non-ASCII characters (128-255)
  117.  
  118. nobrkspace    0xa0
  119. exclamdown    0xa1
  120. cent        0xa2
  121. sterling    0xa3
  122. currency    0xa4
  123. yen        0xa5
  124. brokenbar    0xa6
  125. section        0xa7
  126. dieresis    0xa8
  127. copyright    0xa9
  128. ordfeminine    0xaa
  129. guillemotleft    0xab
  130. logicalnot    0xac
  131. opthyphen    0xad
  132. registered    0xae
  133. macron        0xaf
  134. degree        0xb0
  135. plusminus    0xb1
  136. twosuperior    0xb2
  137. threesuperior    0xb3
  138. acute        0xb4
  139. mu        0xb5
  140. paragraph    0xb6
  141. periodcentered    0xb7
  142. cedilla        0xb8
  143. onesuperior    0xb9
  144. ordmasculine    0xba
  145. guillemotright    0xbb
  146. onequarter    0xbc
  147. onehalf        0xbd
  148. threequarters    0xbe
  149. questiondown    0xbf
  150. Agrave        0xc0
  151. Aacute        0xc1
  152. Acircumflex    0xc2
  153. Atilde        0xc3
  154. Adieresis    0xc4
  155. Aring        0xc5
  156. AE        0xc6
  157. Ccedilla    0xc7
  158. Egrave        0xc8
  159. Eacute        0xc9
  160. Ecircumflex    0xca
  161. Edieresis    0xcb
  162. Igrave        0xcc
  163. Iacute        0xcd
  164. Icircumflex    0xce
  165. Idieresis    0xcf
  166. Eth        0xd0
  167. Ntilde        0xd1
  168. Ograve        0xd2
  169. Oacute        0xd3
  170. Ocircumflex    0xd4
  171. Otilde        0xd5
  172. Odieresis    0xd6
  173. multiply    0xd7
  174. Oslash        0xd8
  175. Ugrave        0xd9
  176. Uacute        0xda
  177. Ucircumflex    0xdb
  178. Udieresis    0xdc
  179. Yacute        0xdd
  180. Thorn        0xde
  181. germandbls    0xdf
  182. agrave        0xe0
  183. aacute        0xe1
  184. acircumflex    0xe2
  185. atilde        0xe3
  186. adieresis    0xe4
  187. aring        0xe5
  188. ae        0xe6
  189. ccedilla    0xe7
  190. egrave        0xe8
  191. eacute        0xe9
  192. ecircumflex    0xea
  193. edieresis    0xeb
  194. igrave        0xec
  195. iacute        0xed
  196. icircumflex    0xee
  197. idieresis    0xef
  198. eth        0xf0
  199. ntilde        0xf1
  200. ograve        0xf2
  201. oacute        0xf3
  202. ocircumflex    0xf4
  203. otilde        0xf5
  204. odieresis    0xf6
  205. divide        0xf7
  206. oslash        0xf8
  207. ugrave        0xf9
  208. uacute        0xfa
  209. ucircumflex    0xfb
  210. udieresis    0xfc
  211. yacute        0xfd
  212. thorn        0xfe
  213. ydieresis    0xff
  214.